-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RSDK-7468: add captureAll method #494
Conversation
repeated Detection detections = 2; | ||
repeated Classification classifications = 3; | ||
repeated common.v1.PointCloudObject objects = 4; | ||
google.protobuf.Struct extra = 99; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think extra
needs to be included in the response?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's actually in the scope for the message to also have extra in the response
https://docs.google.com/document/d/119ITK_p0xKyYBTlyksYUEjsHm_lAx3b4c9CaJNtdOnI/edit#heading=h.tcicyojyqi6c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah cool!
No description provided.